The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "catalyst::plugin::session"

Catalyst::Plugin::Session - Generic Session plugin - ties together server side storage and client side state required to maintain session data. River stage three • 76 direct dependents • 136 total dependents

The Session plugin is the base of two related parts of functionality required for session management in web applications. The first part, the State, is getting the browser to repeat back a session key, so that the web application can identify the cli...

HAARG/Catalyst-Plugin-Session-0.43 - 03 Jun 2022 14:15:38 UTC - Search in distribution

Catalyst::Plugin::Session::Flex - Apache::Flex sessions for Catalyst River stage zero No dependents

Session management using Apache::Session via Apache::Session::Flex EXTENDED METHODS finalize...

RCONOVER/Catalyst-Plugin-Session-Flex-0.07 - 17 Oct 2005 22:05:27 UTC - Search in distribution

Catalyst::Plugin::Session::PSGI - minimal configuration access to PSGI/Plack session (EXPERIMENTAL) River stage zero No dependents

CHISEL/Catalyst-Plugin-Session-PSGI-0.0.2 - 28 Feb 2013 15:00:29 UTC - Search in distribution

Catalyst::Plugin::Session::Manager - session manager for Catalyst (deprecated on 5.5) River stage zero No dependents

This module provides session handlers for separated two processes, one is to store data on server-side, another is on client-side. Set manager on server-side with 'storage' parameter in configuration. And set client-side manager with 'client'. If you...

LYOKATO/Catalyst-Plugin-Session-Manager-0.07 - 24 Nov 2005 12:59:14 UTC - Search in distribution

Catalyst::Plugin::Session::PerUser - Per user sessions (instead of per browser sessions). River stage one • 2 direct dependents • 2 total dependents

This plugin allows you to write e.g. shopping cart code which should behave well for guests as well as permanent users. The basic idea is both logged in and not logged in users can get the same benefits from sessions where it doesn't matter, but that...

BOBTFISH/Catalyst-Plugin-Session-PerUser-0.05 - 22 Jan 2010 19:20:26 UTC - Search in distribution

Catalyst::Plugin::Session::AsObject - Make your session data an object River stage one • 1 direct dependent • 2 total dependents

This class makes it easier to treat the session as an object rather than a plain hash reference. This is useful if you want to ensure that the session only contains specific pieces of data. However, because of implementation details, we cannot overri...

DROLSKY/Catalyst-Plugin-Session-AsObject-0.05 - 26 Apr 2012 17:31:20 UTC - Search in distribution

Catalyst::Plugin::Session::Defaults - Default values in your session. River stage zero No dependents

This plugin lets you add default values to the intiial data that a session will be created with. You can either go with a hash in the session configuration key "defaults", or you can override the "default_session_data" method to return a hash dynamic...

NUFFIN/Catalyst-Plugin-Session-Defaults-0.01 - 12 Jun 2006 21:08:05 UTC - Search in distribution

Catalyst::Plugin::Session::CGISession - use CGI::Session for persistent session data River stage zero No dependents

This plugin provides the same functionality as the original Session::FastMmap plugin but uses the CGI::Session module for the session data management. The motivations to develop this plugin were: * provide better session data expiration handling, as ...

TSHINNIC/Catalyst-Plugin-Session-CGISession-0.04 - 02 Nov 2005 05:02:22 UTC - Search in distribution

Catalyst::Plugin::Session::DynamicExpiry - per-session custom expiry times River stage one • 1 direct dependent • 2 total dependents

This module allows you to expire session cookies indvidually per session. If the "session_time_to_live" field is defined it will set expiry to that many seconds into the future. Note that the session cookie is set on every request, so a expiry of one...

BOBTFISH/Catalyst-Plugin-Session-DynamicExpiry-0.04 - 04 Oct 2012 18:40:39 UTC - Search in distribution

Catalyst::Plugin::Session::State::URI - Use URIs to pass the session id between requests River stage one • 2 direct dependents • 3 total dependents

In order for Catalyst::Plugin::Session to work the session ID needs to be available on each request, and the session data needs to be stored on the server. This plugin puts the session id into URIs instead of something like a cookie. By default, it r...

BOBTFISH/Catalyst-Plugin-Session-State-URI-0.15 - 23 Sep 2010 18:34:19 UTC - Search in distribution

Catalyst::Plugin::Session::Store::CHI - Use CHI module to handle storage backend for session data. River stage zero No dependents

"Catalyst::Plugin::Session::Store::CHI" is an easy to use storage plugin for Catalyst that uses a file or mmap'ed file to act as a shared memory interprocess cache. It is based on "CHI". At this point only file functionality is available via "Catalys...

KNOWZERO/Catalyst-Plugin-Session-Store-CHI-0.02 - 12 Feb 2014 09:35:05 UTC - Search in distribution

Catalyst::Plugin::Session::Store::DBI - Store your sessions in a database River stage one • 1 direct dependent • 2 total dependents

This storage module will store session data in a database using DBI....

FLORA/Catalyst-Plugin-Session-Store-DBI-0.16 - 23 Mar 2010 21:56:11 UTC - Search in distribution

Catalyst::Plugin::Session::Store::DOD - Store your sessions in a database using Data::ObjectDriver. River stage zero No dependents

This storage module will store session data in a database using a Data::ObjectDriver model. It is based on version 0.13 of Catalyst::Plugin::Session::Store::DBI by Andy Grundman <andy@hybridized.org> and is basically a port of his module to use D::OD...

RECORDOND/Catalyst-Plugin-Session-Store-DOD-0.01 - 30 Apr 2008 22:21:05 UTC - Search in distribution

Catalyst::Plugin::Session::State::Auth River stage one • 1 direct dependent • 1 total dependent

In your HTTP request Authorization: MAC token="h480djs93hd8", timestamp="137131200", nonce="dj83hs9s", signature="kDZvddkndxvhGRXZhvuDjEWhGeE=" In order for Catalyst::Plugin::Session to work, Use the mac signature to pass your sessionid, and the sess...

ZDK/Catalyst-Plugin-Session-State-Auth-0.0005 - 17 Mar 2011 02:31:21 UTC - Search in distribution

Catalyst::Plugin::Session::Store::CDBI - CDBI sessions for Catalyst River stage zero No dependents

"Catalyst::Plugin::Session::Store::CDBI" is a session storage plugin for Catalyst that uses Class::DBI. METHODS get_session_data store_session_data delete_session_data delete_expired_sessions setup_actions setup_session These are implementations of t...

JAOS/Catalyst-Plugin-Session-Store-CDBI-0.03 - 03 Feb 2006 02:49:11 UTC - Search in distribution

Catalyst::Plugin::Session::Store::DBIC - Store your sessions via DBIx::Class River stage two • 4 direct dependents • 13 total dependents

This Catalyst::Plugin::Session storage module saves session data in your database via DBIx::Class. It's actually just a wrapper around Catalyst::Plugin::Session::Store::Delegate; if you need complete control over how your sessions are stored, you pro...

BOBTFISH/Catalyst-Plugin-Session-Store-DBIC-0.14 - 27 Jul 2013 19:36:14 UTC - Search in distribution

Catalyst::Plugin::Session::Store::File - File storage backend for session data. River stage two • 15 direct dependents • 32 total dependents

"Catalyst::Plugin::Session::Store::File" is an easy to use storage plugin for Catalyst that uses an simple file to act as a shared memory interprocess cache. It is based on "Cache::FileCache". METHODS get_session_data store_session_data delete_sessio...

FLORA/Catalyst-Plugin-Session-Store-File-0.18 - 08 Oct 2009 22:33:57 UTC - Search in distribution

Catalyst::Plugin::Session::State::Stash - Maintain session IDs using the stash River stage zero No dependents

An alternative state storage plugin that allows you some more flexibility in dealing with session storage. This plugin loads and saves the session ID from and to the stash....

ETHER/Catalyst-Plugin-Session-State-Stash-0.14 - 08 Jul 2015 01:27:29 UTC - Search in distribution

Catalyst::Plugin::Session::Store::Cache - Store sessions using a Catalyst::Plugin::Cache River stage zero No dependents

This plugin will store your session data in whatever cache module you have configured....

LBR/Catalyst-Plugin-Session-Store-Cache-0.01 - 21 Jul 2007 13:17:40 UTC - Search in distribution

Catalyst::Plugin::Session::Store::Redis - Redis Session store for Catalyst River stage zero No dependents

"Catalyst::Plugin::Session::Store::Redis" is a session storage plugin for Catalyst that uses the Redis (<http://redis.io/>) key-value database. CONFIGURATION redis_server The IP address and port where your Redis is running. Default: 127.0.0.1:6379 re...

DOMM/Catalyst-Plugin-Session-Store-Redis-0.900 - 08 Jan 2021 22:08:25 UTC - Search in distribution
157 results (0.133 seconds)